home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
indeo
/
nwxmas.exe
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1993-12-13
|
700b
|
29 lines
NW = \newworld
H = $(NW)\h
LIB = $(NW)\lib\snwlib.lib
CFLAGS = /Gs -I$(H) -c -u -W2 -G2 /DDEBUG -Zd
LINKOPT = /ST:4096 /NOI/NOE/ma/li
CMODEL = /AS
AMODEL = /Dmodel=small
OBJS = xmascard.obj xd_init.obj xd_glob.obj xd_play.obj xd_graph.obj
NOBJS = xmascard xd_init xd_glob xd_play xd_graph
.c.obj:
cl $(CFLAGS) $(CMODEL) $*.c
.asm.obj:
masm /ML /MX /T $(AMODEL) /Dlang=C $*;
$(TEST).exe: $(OBJS)
link $(LINKOPT) $(NOBJS) $(LIB);
xmascard.obj: xmascard.c
xd_init.obj: xd_init.c xmasdemo.h
xd_glob.obj: xd_glob.c xmasdemo.h
xd_play.obj: xd_play.c xmasdemo.h
xd_graph.obj: xd_graphc.c xmasdemo.h
clean:
-rm *.obj *.exe *.lis *.map *.sym